func regexp.minInputLen
7 uses
regexp (current package)
regexp.go#L199: minInputLen: minInputLen(re),
regexp.go#L274: func minInputLen(re *syntax.Regexp) int {
regexp.go#L291: return minInputLen(re.Sub[0])
regexp.go#L293: return re.Min * minInputLen(re.Sub[0])
regexp.go#L297: l += minInputLen(sub)
regexp.go#L301: l := minInputLen(re.Sub[0])
regexp.go#L304: lnext = minInputLen(sub)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |